home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / gfx / pbm / STIMP_noise.lha / STIMP_noise / help / ppmcolmedian.syntax < prev    next >
Text File  |  1999-01-05  |  427b  |  15 lines

  1. ppmcolmedian: This operator performs a median smoothing by hue.
  2.  
  3. Syntax: ppmcolmedian [+v|-v] [-3|-5|-7|-9] file1 file2
  4.  
  5.         +v      : use verbose-mode (default)
  6.         -v      : no verbose-mode
  7.  
  8.         -3      : filter size: 3x3 (default)
  9.         -5      : filter size: 5x5
  10.         -7      : filter size: 7x7
  11.         -9      : filter size: 9x9
  12.  
  13.         file1   : PPM-file, source
  14.         file2   : PPM-file, destination
  15.